home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / tcoop.arc / TCOOP2.ARC / WSOTST2.MAK < prev    next >
Encoding:
Text File  |  1991-10-26  |  1.4 KB  |  110 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = tcc +WSOTST2.CFG
  5. TASM = TASM
  6. TLINK = tlink
  7.  
  8.  
  9. #        *Implicit Rules*
  10. .c.obj:
  11.   $(CC) -c {$< }
  12.  
  13. .cpp.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .asm.obj:
  17.   $(TASM) {$< }
  18.  
  19.  
  20. #        *List Macros*
  21.  
  22.  
  23. EXE_dependencies =  \
  24.   wsotst2.obj \
  25.   isounit.obj \
  26.   twsounit.obj \
  27.   wsotxscr.obj \
  28.   tfsounit.obj \
  29.   fsounit.obj \
  30.   trsounit.obj \
  31.   rsounit.obj \
  32.   txunit.obj \
  33.   msmouse.obj \
  34.   scrnsty.obj \
  35.   keybrd.obj
  36.  
  37. #        *Explicit Rules*
  38. wsotst2.exe: wsotst2.cfg $(EXE_dependencies)
  39.   $(TLINK) /v/s/c @&&|
  40. c:\tcpp\lib\c0s.obj+
  41. wsotst2.obj+
  42. isounit.obj+
  43. twsounit.obj+
  44. wsotxscr.obj+
  45. tfsounit.obj+
  46. fsounit.obj+
  47. trsounit.obj+
  48. rsounit.obj+
  49. txunit.obj+
  50. msmouse.obj+
  51. scrnsty.obj+
  52. keybrd.obj
  53. wsotst2,wsotst2
  54. c:\tcpp\lib\graphics.lib+
  55. c:\tcpp\lib\emu.lib+
  56. c:\tcpp\lib\maths.lib+
  57. c:\tcpp\lib\cs.lib
  58. |
  59.  
  60.  
  61. #        *Individual File Dependencies*
  62. wsotst2.obj: wsotst2.cpp 
  63.  
  64. isounit.obj: isounit.cpp 
  65.  
  66. twsounit.obj: twsounit.cpp 
  67.  
  68. wsotxscr.obj: wsotxscr.cpp 
  69.  
  70. tfsounit.obj: tfsounit.cpp 
  71.  
  72. fsounit.obj: fsounit.cpp 
  73.  
  74. trsounit.obj: trsounit.cpp 
  75.  
  76. rsounit.obj: rsounit.cpp 
  77.  
  78. txunit.obj: txunit.cpp 
  79.  
  80. msmouse.obj: msmouse.cpp 
  81.  
  82. scrnsty.obj: scrnsty.cpp 
  83.  
  84. keybrd.obj: keybrd.cpp 
  85.  
  86. #        *Compiler Configuration File*
  87. wsotst2.cfg: wsotst2.mak
  88.   copy &&|
  89. -v
  90. -V
  91. -vi-
  92. -wbbf
  93. -wpin
  94. -wamb
  95. -wamp
  96. -wasm
  97. -wpro
  98. -wcln
  99. -wdef
  100. -wsig
  101. -wnod
  102. -wstv
  103. -wucp
  104. -wuse
  105. -IC:\TCPP\INCLUDE
  106. -LC:\TCPP\LIB
  107. | wsotst2.cfg
  108.  
  109.  
  110.